vulkan_layer\bindings\vk_layer\generated/
windows.rs

1// Copyright 2025 Google LLC
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//     http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15/* automatically generated by rust-bindgen 0.69.4 */
16
17impl VkNegotiateLayerStructType {
18    pub const LAYER_NEGOTIATE_UNINTIALIZED: VkNegotiateLayerStructType =
19        VkNegotiateLayerStructType(0);
20}
21impl VkNegotiateLayerStructType {
22    pub const LAYER_NEGOTIATE_INTERFACE_STRUCT: VkNegotiateLayerStructType =
23        VkNegotiateLayerStructType(1);
24}
25#[repr(transparent)]
26#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
27pub struct VkNegotiateLayerStructType(pub ::std::os::raw::c_int);
28impl VkLayerFunction_ {
29    pub const VK_LAYER_LINK_INFO: VkLayerFunction_ = VkLayerFunction_(0);
30}
31impl VkLayerFunction_ {
32    pub const VK_LOADER_DATA_CALLBACK: VkLayerFunction_ = VkLayerFunction_(1);
33}
34impl VkLayerFunction_ {
35    pub const VK_LOADER_LAYER_CREATE_DEVICE_CALLBACK: VkLayerFunction_ = VkLayerFunction_(2);
36}
37impl VkLayerFunction_ {
38    pub const VK_LOADER_FEATURES: VkLayerFunction_ = VkLayerFunction_(3);
39}
40#[repr(transparent)]
41#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
42pub struct VkLayerFunction_(pub ::std::os::raw::c_int);
43pub use self::VkLayerFunction_ as VkLayerFunction;